* {
	/*! padding: 0px; */
	margin: 0px;
	
}



.wrapper {
	width: 100%;
}

.wrapper .content {
	width: 100%;
	display: table;
	margin-bottom: 60px;
}

.wrapper .content .traff {
	width: 1100px;
	margin: auto;
	display: table;
	margin-top:10px;
	height: 890px;
}

 .title {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

 .title h3{
	border-bottom: 1px solid black;
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	height: 50px;
	line-height: 50px;
	position: relative;

}

 .title h3 .fk {
	width: 25px;
	height: 25px;
	background: #ff8913;
	position: absolute;
	top: 0px;
	left: -9px;
	background: -webkit-linear-gradient(to left, #ff8856, #fca94f);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to left, #ff8856, #fca94f);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to left, #ff8856, #fca94f);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to left, #ff8856, #fca94f);
	/* 标准的语法 */
	z-index: -1;
}

.title span {
	display: block;
	font-size: 22px;
}

.wrapper .content .traff_nav {
	width: 1100px;
	margin: auto;
	line-height: 50px;
	border-bottom: 1px solid #767676;
	text-align: right;
	height: 50px;
	font-size: 16px;
}

.wrapper .content  .traff_nav ul {
	float: left;
}

.wrapper .content  .traff_nav ul li {
	float: left;
	margin-right: 15px;
}

.wrapper .content  .traff_nav ul li a {
	padding: 4px 8px 4px 8px;
	color: #767676;
}

.wrapper .content  .traff_nav ul li.active a {
	color: #FFF;
	background: #FCA94F;
}

/**.wrapper .content  .traff_nav ul li:hover a {
*	color: #FFF;
	background: #FCA94F;
}**/

.wrapper .content  .traff_nav .more {
	float: right;
	margin-right: 10px;
	display: inline-block;
	background: url(../img/pull.png) no-repeat center right;
	padding-right: 22px;
	color:#ff8913;
	line-height: 60px;
}

.wrapper .content .traff .traff_cp {
	width: 1100px;
	display: table;
	padding-top: 10px;
	position: relative;
}

.wrapper .content .traff .traff_cp_sort {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.wrapper .content  .traff_cp_sort.show {
	display: block !important;
}

.wrapper .content .traff .traff_cp ul li {
	float: left;
	width: 256px;
	height: 320px;
	background: #FFF;
	margin-right: 25px;
	margin-top: 15px;
	box-shadow: 4px 4px 5px #807b78;
}
.wrapper .content .traff .traff_cp ul li:hover .traff_title{
   
  text-decoration:underline;
  color:#fda249;

}
.wrapper .content .traff .traff_cp ul li img {
	width: 100%;
	height: 256px;
	vertical-align: top;
}

.wrapper .content .traff .traff_cp ul li .des {
	width: 100%;
	height: 64px;
	position: relative;
font-size: 12px;
}

.wrapper .content .traff .traff_cp ul li .traff_price {
	    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    font-size: 18px;
    color: #FFF;

    line-height: 40px;
    background: linear-gradient(to left, #ff8458, #fda94f);
    vertical-align: top;
    float: left;
}

.wrapper .content .traff .traff_cp ul li a .traff_title {
    padding-top: 5px;
    padding-left: 9px;

    float: left;
    width: 130px;
}

.wrapper .content .traff .traff_cp ul li a i {
	display: inline-block;
	width: 55px;
	height: 33px;
	background: url(../img/buy.png) no-repeat center;
	position: absolute;
	right: -7px;
	top: 12px;
}
.wrapper .content .traff .traff_cp ul li:nth-child(3) {
	margin-right: 0px;
}

.wrapper .content .traff .traff_cp ul li:nth-child(7) {
	margin-right: 0px;
}
.wrapper .content .traff .traff_cp ul li.second_coul {
	width: 537px;
	background: #000;
	position: relative;
}

.wrapper .content .traff .traff_cp ul li.second_coul img {
	height: 320px;
}

.wrapper .content .traff .traff_cp ul li.second_coul .title {
	width: 100%;
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	background: rgba(0,0,0,.3);
	color:#FFF;
	font-size: 16px;
}
.wrapper .content .traff .traff_cp ul li.second_coul:hover .title{

  text-decoration:underline;
  color:#FFF;
}
.wrapper .content .shop{
	width: 100%;
	height:600px;
	background: url(../img/shop_bg.jpg) no-repeat bottom;
	background-size: 100% 100%;
	padding-top:30px;
	position: relative;
	z-index: 0;
}

.wrapper .content .shop .shop_cp{
	width: 1100px;
	margin: auto;
	margin-top: 35px;
	/* display: table; */
}
.wrapper .content .shop .traff_cp_sort{
	width: 1100px;
	position: absolute;
	display: none;
}
.wrapper .content .shop .traff_cp_sort ul li{
	float: left;
	width: 245px;
	height: 295px;
	background: #FFF;
	position: relative;
	box-shadow: 3px 3px 5px #333;
}
.wrapper .content .shop .traff_cp_sort ul li:nth-child(n+2){
	margin-left: 40px;
}
.wrapper .content .shop .traff_cp_sort ul li a{
	display: block;
	width: 245px;
	height: 280px;
}
.wrapper .content .shop .traff_cp_sort ul li img{
	width: 235px;
	height: 215px;
	vertical-align: top;
	padding: 5px;
}
.wrapper .content .shop .traff_cp_sort ul li .title{
	width: 245px;
	height: 35px;
	padding: 0px;
	line-height: 35px;
}
.wrapper .content .shop .traff_cp_sort ul li .title span{
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wrapper .content .shop .traff_cp_sort .look_more{
	width: 70px;
	height: 70px;
	margin-top: -20px;
	border-radius: 50%;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
	position: relative;
	background: -webkit-linear-gradient(to left, #ff8856, #fca94f);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to left, #ff8856, #fca94f);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to left, #ff8856, #fca94f);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to left, #ff8856, #fca94f);
	/* 标准的语法 */
}
.wrapper .content .shop .traff_cp_sort .look_more img{
	position: absolute;
	width: 45px !important;
	height: 45px !important;
	top: 50%;
	left: 50%;
	margin-top: -28.5px;
	margin-left: -28.5px;
}
.wrapper .content .shop .traff_cp_sort .look_more span{
	display: none;
	position: absolute;
	left: 10px;
	top: 16px;
	width: 50px;
	letter-spacing:2px;
	font-size: 15px;
	color:#FFF;
}
.wrapper .content .shop .traff_cp_sort  a:hover .title span{
      text-decoration:underline;
      color:#fda94f;
    }
.wrapper .content .shop .traff_cp_sort  a:hover .look_more span{
	    display: block;
}
.wrapper .content .shop .traff_cp_sort  a:hover .look_more img{
	    display: none;
}
       	.clear {
				clear: both;
			}
				

		 .traff_new {
                        padding-top:50px;
                        width: 100%;
                        margin: auto;
                        display: table;
                        height: 450px;
   }
		 
		 .traff_new .new_content {
		 	width: 1100px;
		 	margin: auto;
		 	display: flex;
		 	flex-direction: row;
		 	height: 200px;
		 }
		 .traff_new .new_content .more{
		 	  background: url(../img/daosanjiao.png) no-repeat right center;
		 	  padding-right: 15px;
		 	  color:#fda249;
		 }
		 .traff_new .new_content .new_wen {
		 	width: 765px;
		 	margin-right: 30px;
		 }
		 

		  .traff_new .new_content .new_wen a:hover span{
		 	color:#fda249;
                         text-decoration:underline;
		 }
		 .traff_new .new_content .new_wen .new_list {
		 	/* padding-right: 25px; */
		 }
		 
		 .traff_new .new_content .new_tan {
		 	flex: 1;
		 }
		 
		 .traff_new .new_content .new_title {
		 	border-bottom: 1px solid #a2a2a2;
		 	height: 40px;
		 	line-height: 40px;
		 }
		 
		 .traff_new .new_content .new_title h4 {
		 	display: inline-block;
		 	font-size: 24px;
		 	vertical-align: bottom;
		 	margin-right: 15px;
		 }
		 
		 .traff_new .new_content .new_title a {
		 	float: right;
		 }
		 
		 .traff_new .new_content .new_wen .new_list {
		 	padding-top: 20px;
		 }
		 
		 .traff_new .new_content .new_wen .new_list ul li:nth-child(1) {
		 	width: 300px;
		 	height: 280px;
		 	display: flex;
		 	flex-direction: column;
		 	float: left;
		 
		 }
		 
		 .traff_new .new_content .new_wen ul li:nth-child(1) img {
		 	width: 300px;
		 	vertical-align: top;
		 	height: 230px;
		 }
		 
		 .traff_new .new_content .new_wen ul li:nth-child(1) .new_name {
		 	flex: 1;
		 	width: 300px;
		 	background: #fda249;
		 	text-align: left;
		 	box-sizing: border-box;
		 	padding-left: 5px;
		 	padding-right: 5px;
		 	padding-top: 10px;
		 	padding-bottom: 10px;
		 	text-align: left;
		 	font-size: 14px;
		 	color: #FFF;
		 	height: 47px;
		 }
		 .traff_new .new_content .new_wen ul li:nth-child(1) .new_name p{
                       text-overflow:ellipsis;
                       overflow:hidden;
                       text-align:center;
                       white-space:nowrap;
                       color: #FFF;
                 }
              .traff_new .new_content .new_wen ul li:nth-child(1):hover p{
		 	             text-decoration:underline;
                        color:#FFF;
		 }
		 .traff_new .new_content .new_wen .new_list ul li:nth-child(n+2) {
		 	width: 450px;
		 	margin-left: 10px;
		 	margin-bottom: 14px;
		 	float: left;
		 	display:table;
		 }
		 
		 .traff_new .new_content .new_wen .slt_new {
		 	display: flex;
		 	flex-direction: row;
		 	height: 50px;
		 	line-height: 50px;
		 }
		 .traff_new .new_content .new_wen .slt_new:hover {
		 	background: #f6f6f6;
		 }
		 .traff_new .new_content .new_wen .slt_new img {
		 	width: 120px;
		 	vertical-align: top;
		 	float: left;
		 	height: 90px;
		 }
		 
		 .traff_new .new_content .new_wen .slt_new .new_name {
		 	width: 320px;
		 	float: left;
		 	line-height: 1.2;
		 	font-size: 12px;
		 	padding: 5px;
		 }

.traff_new .new_content .new_wen .slt_new .new_name p{
   position: relative;
   padding-right: 3px;
   max-height: 40px;
}

		 .traff_new .new_content .new_wen .new_list ul li:nth-child(n+3) {
		 	font-size: 12px;
		 	background: url(../img/yuan.png) no-repeat left center;
		 }
		 
		 .traff_new .new_content .new_wen .new_list ul li:nth-child(n+3) span:first-child {
		 	float: left;
		 	width: 320px;
		 	padding-left: 20px;
		 	box-sizing: border-box;
		 	white-space: nowrap;
		 	overflow: hidden;
		 	padding-right: 10px;
		 	text-overflow:ellipsis;
		 }
		 
		 .traff_new .new_content .new_wen .new_list ul li:nth-child(n+3) .time {
		 	float: right;
		 }
		 
		 
		 .traff_new .new_content .new_tan .tan_new_list {
		 	margin-top: 20px;
		 	background: #faf4e6;
		 	height: 280px;
		 	overflow: hidden;
		 	padding-left: 8px;
		 	box-sizing: border-box;
		 }
		 
		 .traff_new .new_content .new_tan .tan_new_list ul li {
		 	width: 300px;
		 	box-sizing: border-box;
		 	font-size: 13px;
		 	padding: 9px;
		 }
		 .traff_new .new_content .new_tan .tan_new_list a:hover p{
                               color:#fda249;
                               text-decoration:underline;
  
                       }
		 .traff_new .new_content .new_tan .tan_new_list ul li p {
		 	width: 95%;
		 	white-space: nowrap;
		 	text-overflow: ellipsis;
		 	overflow: hidden;
		 	font-size: 12px;
		 	background: url(../img/yuan.png) no-repeat left center;
		 	padding-left: 15px;
		 }
		 
		 .traff_new .new_content .new_tan .tan_new_list .tan_des {
		 	width: 145px;
		 	float: left;
		 	overflow: hidden;
		 	padding: 8px;
		 	/* margin-bottom: 10px; */
		 	/* padding-right: 4px !important; */
		 	padding-right: 0px;
		 	padding-left: 0px;
		 }
		 
		 .traff_new .new_content .new_tan .tan_new_list .tan_des img {
		 	width: 135px;
		 	/* height: 90px; */
		 	vertical-align: top;
		 }
		 
		 .traff_new .new_content .new_tan .tan_new_list .tan_des .des {
		 	padding: 5px;
		 	padding-top: 2px;
		 }
		 
		 .traff_new .new_content .new_tan .tan_new_list .tan_des .des p {
		 	white-space: initial;
		 	display: -webkit-box;
		 	-webkit-box-orient: vertical;
		 	-webkit-line-clamp: 2;
		 	font-size: 12px;
		 	background: none;
		 	padding-left: 5px;
		 	overflow: hidden;
		 	max-height: 36px;
		 }
		 

		

			.about_us_down {
				display: flex;
				background: rgba(255,255,255,0.8);
				border-radius: 10px;
				margin-top: 30px;
			}

			.yibanmore {
				border-bottom: 1px solid #bfbfbf;
				text-align: right;
				margin-bottom: 40px;
				padding-right: 20px;
			}

			.abuot_us{
				width: 1100px;
				margin: 0 auto;
				
			}
			.shangjiahezuo {
				width: 1100px;
				margin: 0 auto;
				margin-top: 45px;
			}
			.about_us_down_right{
				/* margin: 0 auto; */
				padding-top: 20px;
				margin-left: 20px;
			}
			.about_us_down_left iframe{
				width: 300px;
				height: 220px;
			}
			.about_us_down_right_cont{
				text-indent: 32px;
				width: 700px;
				line-height: 30px;
				margin-top: 25px;
				min-height: 150px;
				text-overflow: ellipsis;
				white-space: initial;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 5;		
				padding-left: 5px;
				overflow: hidden;
				text-indent: 2em;
			}
			.about_us_down_right_title{
				/* text-align: center; */
				font-size: 22px;
			}
			.xc_down{
				/* margin-left: 2%; */
				margin-top: 30px;
				display: none;
			}
			.xc_down.show{
				
				display: block;
			}
			.xc_down ul{
				display:flex;
				width: 1100px;
			}
			.xc_down ul li{
				width: 24%;
				text-align: center;
				height: 150px;
				line-height: 150px;
				display:table-cell;
				vertical-align:middle;
				margin-left:5px;
				margin-right:5px;
          		 box-sizing: border-box;
			  margin-bottom: 10px;
			  overflow: hidden;
			  border-radius: 10px;
   position:relative;
			}

			.xc_down ul li:hover{
				border: 1px solid #BFBFBF;
				background: white;
				
				box-shadow:0px 0px  10px 5px #aaa;
			}
			.xc_down ul li img{
				background: white;
    height: 150px;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0px;
    right: 0px;
    margin: auto;


			}

.about_us_wrapper {
    width: 100%;
    background: url('../img/about_usbg.jpg') no-repeat;
    background-size: 100% 100%;
    margin-top: 45px;
    padding-top: 20px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.abuot_us .title h3{

	color:#FFF;
}
.abuot_us .title span{

	color:#FFF;
}
.abuot_us .title h3{
border-bottom:1px solid #FFF;
}

.about_us_down_left {
    margin: 20px;
}